home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG PD-ROM B4
/
PD-ROM B4.iso
/
Entertainment
/
Strategy
/
Robots
/
Mech Zone
/
Sample Robots
/
Radar Love ][
< prev
next >
Wrap
Text File
|
1991-08-30
|
836b
|
39 lines
` RADAR LOVE. Simply locks on quickly and fires.
` Kicks SITTING DUCKs feathered butt consistently.
` TES 3-21-89
equip 1 2 0 0 0 300
position 21 2
` Find if enemy is above or below...
15 swivel 180
20 debug1 = objectscan 90
if enemy=0 then goto 15
if debug1=0 then goto15
` Find the 10 degree arc that the enemy is within...
debug2 = range
debug1 = 0-95.468
swivel debug1
60 swivel 10
debug2 = objectscan 5
if enemy=0 then goto 60
if debug2=0 then goto 60
` Narrow it down to the exact angle...
debug3 = 32.6
george = 0 - 6
swivel george
110 swivel 1
objectscan 0
if enemy=0 then goto 110
if range=0 then goto 110
` And nail him with the hard stuff.
190 launch
zap
objectscan 0
if enemy = 0 then goto 20
if range = 0 then goto 20
else goto 190